tools: fix build after recent xenpaging changes
authorTim Deegan <Tim.Deegan@citrix.com>
Mon, 27 Jun 2011 13:48:57 +0000 (14:48 +0100)
committerTim Deegan <Tim.Deegan@citrix.com>
Mon, 27 Jun 2011 13:48:57 +0000 (14:48 +0100)
xenpaging now uses pthreads, so must link appropriately.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenpaging/Makefile

index 6c20a8d52bfa5f6fcc770f1ee9df370848862872..8a5b21c0559390db514709c0842e778597dca9e4 100644 (file)
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
 CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
-LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
+LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -pthread
 
 POLICY    = default